func reflect.newName
12 uses
reflect (current package)
type.go#L403: func newName(n, tag string, exported, embedded bool) abi.Name {
type.go#L1210: pp.Str = resolveReflectName(newName(s, "", false, false))
type.go#L1635: ch.Str = resolveReflectName(newName(s, "", false, false))
type.go#L1678: mt.Str = resolveReflectName(newName(s, "", false, false))
type.go#L1833: ft.Str = resolveReflectName(newName(str, "", false, false))
type.go#L2017: b.Str = resolveReflectName(newName(s, "", false, false))
type.go#L2096: slice.Str = resolveReflectName(newName(s, "", false, false))
type.go#L2438: typ.PkgPath = newName(pkgpath, "", false, false)
type.go#L2482: typ.Str = resolveReflectName(newName(str, "", false, false))
type.go#L2583: Name: newName(field.Name, string(field.Tag), field.IsExported(), field.Anonymous),
type.go#L2652: array.Str = resolveReflectName(newName(s, "", false, false))
type.go#L2835: x.Str = resolveReflectName(newName(s, "", false, false))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |